home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Preview: Enemy of the State
/
Interactive Preview: Enemy of the State.iso
/
pc
/
main.dxr
/
00452_BG SOUND.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-19
|
277 b
|
18 lines
global bgMusic
on exitFrame me
set bgMusic to random(5)
case bgMusic of
1:
puppetSound(2, "1.AIF")
2:
puppetSound(2, "2.AIF")
3:
puppetSound(2, "3.AIF")
4:
puppetSound(2, "4.AIF")
5:
puppetSound(2, "5.AIF")
end case
end